Release 10.1A: OpenEdge Development:
Web Services


Using .NET as your Web services client

To create a .NET Web service client application, you perform a standard set-up procedure at the start of application development.

To create your Web service client application using Visual Studio.NET:

  1. Choose a .NET language and create a new project.
  2. Add a Web reference for the Web service by specifying the WSDL file location. This automatically creates a .NET interface.
  3. Add logic to the client to create interface objects and call interface methods.

The language used in the rest of this chapter to demonstrate client development with .NET is Visual Basic (VB.NET).


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095